home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / DEMOF1.DCR / 00374_choix1.ls < prev    next >
Encoding:
Text File  |  1998-09-17  |  152 b   |  8 lines

  1. on mouseUp
  2.   set the movieRate of sprite 4 to 0
  3.   set the visible of sprite 4 to 0
  4.   updateStage()
  5.   set the visible of sprite 4 to 1
  6.   go("choix")
  7. end
  8.